@media (min-width: 1380px) {
    html {
        font-size: 100px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}
@media (min-width: 1200px) {
    html {
        font-size: 97px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 1199px) {
    html {
        font-size: 96px;
    }
    .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 1151px) {
    html {
        font-size: 72px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 1023px) {
    html {
        font-size: 72px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 963px) {
    html {
        font-size: 64px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 899px) {
    html {
        font-size: 57px;
    }
   .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 839px) {
    html {
        font-size: 55px;
    }
     .pc{ display:block;}
    .sj{ display:none;}
}

@media (max-width: 768px) {
    html {
        font-size: 64px;
    }
    .pc{ display:none !important;}
    .sj{ display:block;}
}

@media (max-width: 767px) {
    html {
        font-size: 116px;
    }
     .pc{ display:none !important;}
    .sj{ display:block;}
}

@media (max-width: 734px) {
    html {
        font-size: 84px;
    }
    .pc{ display:none !important;}
    .sj{ display:block;}
}

@media (max-width: 565px) {
    html {
        font-size: 70px;
    }
  .pc{ display:none !important;}
    .sj{ display:block;}
}

@media (max-width: 480px) {
    html {
        font-size: 60px;
    }
    .pc{ display:none !important;}
    .sj{ display:block;}
}

@media (max-width: 380px) {
    html {
        font-size: 49px;
    }
    .pc{ display:none !important;}
    .sj{ display:block;}
}

@media (max-width: 320px) {
    html {
        font-size: 50px;
    }
    .pc{ display:none !important;}
    .sj{ display:block;}
}

body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    min-width: 320px !important;
    max-width: 1920px !important;
    background-color: #fff;
    font-family: 'Microsoft YaHei';
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.pc {
    background: #fff;
    position: relative;
}
.pc_box {width:71.875%;margin:0 auto;}
.pc .top {
    /*height:1.7rem;*/
    overflow:hidden;
    width:100%;
}
.pc .top .logo{
    float:left;
    width:67%;
}
.pc .top .logo img{
    width:100%;
    vertical-align:top;
}
.pc .top .tel{
    float:left;
    width:18%;
    margin-left:15%;
    padding-top:0.6rem;
}
.pc .top .tel .tit{
    background:url(/web_images/tel_05.jpg)no-repeat;
    background-size:6%;
    background-position:center left;
    height:0.2rem;
    font-size:0.16rem;
    color:#262626;
    font-weight:bold;
    line-height:0.2rem;
    padding-left:7%;
    font-style:italic;
    white-space:nowrap;
}
.pc .top .tel .tit span{
    font-size:0.18rem;
    color:#a7a7a7;
}
.pc .top .tel .num{
    font-size:0.25rem;
    font-weight:bold;
    color:#e83828;
    font-style:italic;
    white-space:nowrap;
}
.pc .daohang {
    width:100%;
    background:#00476e;
    height:0.65rem;
    line-height:0.65rem;
}
.pc .daohang ul{
    display:flex;
    justify-content:space-between;
    margin:0 2%;
}
.pc .daohang ul li{
    width:10.5%;
    font-size:0.18rem;
    color:#fff;
    text-align:center;
}
.pc .daohang ul li a{
    color:#fff;
}
.pc .daohang ul li.on{
    background:url(/web_images/daoh_on_07.jpg)no-repeat;
    background-size:100% 100%;
    font-weight:bold;
}
.pc .path_sousuo {
    height:0.68rem;
    border-bottom:solid #dedede 1px;
    overflow:hidden;
}
.pc .path_sousuo .path{
    float:left;
    font-size:0.16rem;
    line-height:0.68rem;
    color:#5c5c5c;
}
.pc .path_sousuo .path a{
    color:#5c5c5c;
}
.pc .path_sousuo .sousuo{
    float:right;
    height:0.38rem;
    line-height:0.38rem;
    width:18%;
    border-radius:0.05rem;
    border:solid #cecece 1px;
    margin-top:0.14rem;
    overflow:hidden;
}
.pc .path_sousuo .sousuo input{
    float:left;
    width:60%;
    height:0.34rem;
    margin-top:0.02rem;
    padding-left:7%;
}
.pc .path_sousuo .sousuo a{
    display:block;
    float:right;
    width:0.24rem;
    height:0.24rem;
    padding:0.05rem;
    margin-right:2%;
}
.pc .path_sousuo .sousuo a img{
    width:0.24rem;
    height:0.24rem;
    vertical-align:top;
}
.pc .boot {
    background:url(/web_images/boot_27.jpg)no-repeat;
    background-size:100%;
    background-position:center top;
    background-color:#363636;
    padding:0.45rem 0;
    overflow:hidden;
}
.pc .boot .left{
    float:left;
    width:79%;
}
.pc .boot .left .tit{
    font-size:0.18rem;
    font-weight:bold;
    color:#fff;
    line-height:0.42rem;
    margin-bottom:0.1rem;
}
.pc .boot .left .txt{
    font-size:0.16rem;
    color:#bcbcbc;
    margin-bottom:0.2rem;
}
.pc .boot .left .txt a{
    color:#bcbcbc;
}
.pc .boot .ewm_list{
    float:right;
    width:17%;
    margin-right:2%;
}
.pc .boot .ewm_list ul{
    display:flex;
    justify-content:space-between;
}
.pc .boot .ewm_list ul li{
    width:43%;
}
.pc .boot .ewm_list ul li .slt{
    width:100%;
    height:1rem;
    margin-bottom:0.1rem;
}
.pc .boot .ewm_list ul li .slt img{
    width:100%;
    height:1rem;
    vertical-align:top;
}
.pc .boot .ewm_list ul li .tit{
    font-size:0.16rem;
    text-align:center;
    color:#fff;
}





.sj .header {
    width: 100%;
    overflow: hidden;
    height: 0.95rem;
    background: #fff;
}
.sj .header .logo{
    float:left;
    width:71.4%;
}
.sj .header .logo img{
    width:100%;
    vertical-align:top;
}
.sj .header .menu{
    float:right;
    width:12.9%;
}
.sj .header .menu img{
    width:100%;
    vertical-align:top;
}
.sj .header .sousuo{
    float:right;
    width:10.0625%;
}
.sj .header .sousuo img{
    width:100%;
    vertical-align:top;
}
.sj {
    position: relative;
}
.sj .daoh {
  width: 100%;
  position: absolute;
  top: 0.95rem;
  right: 0;
  bottom: 0;
  z-index: 10;
  background:#000;
  text-align: right;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.sj .daoh a {
  color: #fff;
  font-size: 0.24rem;
  display: block;
  text-align:center 
}
.sj .daoh .parents {
  box-sizing: border-box;
  width: 26.4375%;
  position: absolute;
  right: 0;
  background-color: #2da0df;
  top: 0;
  /*bottom: 0;*/
  color:#fff;
  padding-top:0.2rem;
}
.sj .daoh .parents .nLi {
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
}
.sj .daoh .parents .nLi a {
  color: #fff;
}
.sj .daoh .parents .on {
  background-color: #fff;
}
.sj .daoh .parents .on a{
    color:#000;
  /*font-weight:bold;*/
}
.sj .daoh .sub {
  width:1.8rem;
  position: absolute;
  right: 100%;
  display: none;
  background: #fff;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  font-size:0.24rem;
}
.sj .daoh .sub li {
   height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  color:#000;
}
.sj .daoh .parents .on .sub li a {
  color: #000;
  font-weight:initial;
}
.sj .bg {
  width: 2rem;
  position: absolute;
  right: 1.8rem;
  top: 0;
  /*bottom: 0;*/
  background-color: #fff;
  display: none;
}




.sj .boot{
    background:url(/web_images/sj_bot_26.jpg)no-repeat;
    background-size:100%;
    background-position:top;
    background-color:#363636;
    padding:0.4rem 3.125% 0.3rem;
}
.sj .boot .tit{
    font-size:0.22rem;
    font-weight:bold;
    text-align:center;
    color:#fff;
    margin-bottom:0.25rem;
}
.sj .boot .txt{
    font-size:0.22rem;
    color:#bcbcbc;
    text-align:center;
    line-height:0.35rem;
}
 .sj .banquan{
     height:0.72rem;
     background:#1d1d1d;
     line-height:0.72rem;
     font-size:0.22rem;
     text-align:center;
     color:#bcbcbc;
 }
.sj .banquan a{   color:#bcbcbc;}
.sj .tel{
    position:fixed;
    right:3.125%;
    z-index:9999;
    bottom:10%;
}
.sj .tel img{
    width:0.86rem;
    height:0.86rem;
    vertical-align:top;
}

.enlarge_box {
    overflow: hidden;
}
.enlarge_img { display:block; width:100%; height:100%; transition:all 1s;}
.enlarge_img:hover { transform:scale(1.1);}


.pc .top .pc_box{ display:flex; justify-content:space-between; align-items:center;}
.pc .top .tel{ padding-top:0;}
.lang{ font-size:.16rem; color:#ccc; margin-bottom:.2rem;}
.lang a{ color:#ccc;}
.lang a:hover{ color:#e83828; font-weight:bold;}
.pc .top .tel .email{ font-size:.16rem; font-style:italic; display:block; margin-top:.1rem;}
.pc .top .tel .email img{ margin-right:.05rem; width:.17rem; height:.13rem;}

/*
.sj .lang {
    position: relative;
    margin-bottom: -.3rem;
    z-index: 999;
    color: #e83828;
    right: 0;
    left: 73%;
    top: .1rem;
}
.sj .lang a {
    color: #e83828;
}
*/